projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4146f4
)
(hs-adjust-block-beginning): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 May 2002 12:01:17 +0000
(12:01 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 16 May 2002 12:01:17 +0000
(12:01 +0000)
lisp/progmodes/hideshow.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideshow.el
b/lisp/progmodes/hideshow.el
index 9cca95f5bc79effa2a271b6b694f5e627a8a24f2..a1d601412f2294dc794b14a0123c8d1b0acbf7ab 100644
(file)
--- a/
lisp/progmodes/hideshow.el
+++ b/
lisp/progmodes/hideshow.el
@@
-354,7
+354,7
@@
For example, in c-like modes, if we wish to also hide the curly braces
should return the starting point (at the end of line) of the hidden
region.
-It is called with a single argument ARG which is the
the
position in
+It is called with a single argument ARG which is the position in
buffer after the block beginning.
It should return the position from where we should start hiding.